- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1
Update dependency @pmmmwh/react-refresh-webpack-plugin to v0.6.1 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Open
      
      
            renovate
  wants to merge
  1
  commit into
  master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
renovate/pmmmwh-react-refresh-webpack-plugin-0.x
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    | Potential Conflict WarningThis pull request has changes that overlap with branches below. You might want to check in with the other 
 | 
5b8fc74    to
    14e5c20      
    Compare
  
    14e5c20    to
    66a1159      
    Compare
  
    66a1159    to
    24331f9      
    Compare
  
    24331f9    to
    756632f      
    Compare
  
    756632f    to
    51bcfbb      
    Compare
  
    51bcfbb    to
    7881abf      
    Compare
  
    7881abf    to
    91d6636      
    Compare
  
    91d6636    to
    51ac50d      
    Compare
  
    51ac50d    to
    bfd42a2      
    Compare
  
    bfd42a2    to
    4fd5df4      
    Compare
  
    4fd5df4    to
    200ee35      
    Compare
  
    200ee35    to
    70f4362      
    Compare
  
    
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR contains the following updates:
^0.4.1->^0.6.00.4.2->0.6.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pmmmwh/react-refresh-webpack-plugin (@pmmmwh/react-refresh-webpack-plugin)
v0.6.1Compare Source
Fixes
thispropagates into module factory properly(#921)
v0.6.0Compare Source
BREAKING
Minimum required Node.js version has been bumped to
18.12.0.Minimum required
webpackversion has been bumped to5.2.0.Minimum supported
webpack-dev-serverversion has been bumped to4.8.0.Minimum supported
webpack-plugin-serveversion has been bumped to1.0.0.overlay.sockHost,overlay.sockPath,overlay.sockPort,overlay.sockProtocolandoverlay.useURLPolyfillhave all been removed.(#850)
It was necessary to support WDS below
4.8.0(published in April 2022).It is no-longer necessary as a direct integration with WDS is now possible.
Features
(#852)
Fixes
(#900)
Internal
Dropped support for Webpack 4 / WDS 3
(#850,
#904)
Migrated from
ansi-htmltoanserin error overlay(#854)
Bumped all development dependencies
(#905)
v0.5.17Compare Source
Fixes
thispropagates into module factory properly(#922)
v0.5.16Compare Source
Fixes
(#898)
v0.5.15Compare Source
Fixes
ansi-html(#853)
v0.5.14Compare Source
Fixes
ansi-htmlv0.0.9andschema-utilsv4.x(#848)
Internal
Run tests on latest versions of Node.js 18, 20 and 22
(#848)
Bumped
jestto v29 and some other development dependencies(#848)
Removed
yalc(#849)
v0.5.13Compare Source
Fixes
(#771)
v0.5.12Compare Source
Fixes
Fixed incorrect
sockProtocoloverride(#835)
Relaxed peer dependency requirement on
webpack-dev-serverto allow v5.x(#837)
v0.5.11Compare Source
Features
(#769)
Fixes
Fixed unnecessary memory leaks due to
prevExports(#766)
Relaxed peer dependency requirement on
type-festto allow v4.x(#767)
Fixed module type resolution when there is difference across contexts
(#768)
v0.5.10Compare Source
Fixes
loader-utilsto fix security vulnerability(#700)
v0.5.9Compare Source
Fixes
loader-utilsto fix security vulnerability(#685)
v0.5.8Compare Source
Fixes
Fixed performance issue regarding
require.resolvein loader injection(#669)
Bumped
core-js-pureto not depend on deprecated versions(#674)
v0.5.7Compare Source
Fixes
console.logstatement(#631)
Internal
(#631)
v0.5.6Compare Source
Fixes
Fixed faulty
thistype import in loader(#624)
Made current script detection more robust for edge cases
(#630)
Internal
ReactDOM.createRootAPI in examples(#626)
v0.5.5Compare Source
Fixes
Handle unknown
moduleIdfor dynamically generated modules(#547)
Handle WDS
autovalue onport(#574)
Fixed
[email protected]compatibility(#576)
Fixed crash when parsing compile errors in overlay
(#577)
Respect virtual modules when injecting loader
(#593)
Allow
portto be missing for WDS, also some general refactoring(#623)
Internal
A couple documentation changes in README
(#575,
8c39623,
#597)
Bumped dependencies for testing infrastructure
(#526,
#564,
#567,
#581,
#588,
#591,
#594,
#616)
v0.5.4Compare Source
Fixes
Skip loader injection for files referenced as assets
(#545)
Changed failures of
exportscapturing to warn instead of throw(#546)
v0.5.3Compare Source
Fixes
Updated overlay for unsafe area in Safari
(#528)
Fixed performance in large projects due to memory leak in loader
(#537)
v0.5.2Compare Source
Features
client.webSocketURL(#529)
Fixes
Fixed lost module context due to interceptor by always using regular functions
(#531)
Relaxed peer dependency requirement on
react-refresh(#534)
v0.5.1Compare Source
Fixes
thispropagates into module factory properly(#922)
v0.5.0Compare Source
BREAKING
While most of the public API did not change,
we've re-written a large chunk of the runtime code to support a wider range of use cases.
This is likely to provide more stability, but if
0.4.xworks in your setup but0.5.xdoesn't,please file us an issue - we would love to address it!
The
disableRefreshCheckoption have been removed.(#285)
It has long been effect-less and deprecated since
0.3.x.The
overlay.useLegacyWDSSocketshave been removed.(#498)
It is aimed to support WDS below
3.6.0(published in June 2019),but looking at current usage and download stats,
we've decided it is best to drop support for the old socket format moving forward.
Handling of port
0have been removed.(#337)
html-entitieshave been bumped to2.x.(#321)
react-refreshhave been bumped to0.10.0.(#353)
Features
Added WDS v4 support with new socket defaults through Webpack config
(#241,
#286,
#392,
#413,
#479)
Added the
overlay.sockProtocoloption(#242)
Added monorepo compatibility via the the
libraryoption(#273)
Rewritten URL handling using WHATWG
URLAPIs with automatic pony-filling(#278,
#332,
#378)
Rewritten Webpack 5 compatibility using new APIs and hooks
(#319,
#372,
#434,
#483)
Rewritten refresh runtime to be fully module system aware
(#337,
#461,
#482,
#492)
Rewritten Webpack 4 and 5 checks using feature detection on compiler
(#415)
Added support for
experiments.topLevelAwait(#435,
#447,
#493)
Added retry logic when socket initialisation fails
(#446)
Fixes
Relaxed peer dependency requirement on
type-fest(#257,
c02018a,
#484)
Relaxed requirement on the
overlayoption to accept relative paths(#284)
Patched unstable initialisation of global scope across module boundaries
(#290,
#369,
#464,
#505)
Patched quote escaping in injected runtime code
(#306)
Invalidate updates outside of Refresh boundary for consistency
(#307)
Properly throw when an ambiguous entrypoint is received while using Webpack 4
(#320)
Fixed overlay script source detection for WDS when no
srcis found(#331)
Fixed possible Stack Overflow through self-referencing
(#370,
#380)
Relaxed errors on HMR not found to not crash JS parsing
(#371)
Ensure overlay code won't run if disabled
(#374)
Relaxed peer dependency requirement on
@types/webpack(#414)
Fixed compiler error overlay crashes when messages are empty
(#462)
Swapped
ansi-htmltoansi-html-communityto fix ReDoS vulnerability(#501)
Internal
More stable testing infrastructure
(#234)
Run tests by default on Webpack 5
(#440)
Rewrite documentation and fix outstanding issues
(#283,
#291,
#311,
#376,
#480,
#497,
#499)
Added documentation on community plugins:
react-refresh-typescriptandswc(#248,
fbe1f27,
#450)
v0.4.3Compare Source
Fixes
Fixed Yarn 2 PnP compatibility with absolute
react-refresh/runtimeimports(#230)
Fixed Webpack 5 compatibility by requiring
__webpack_require__(#233)
Fixed IE 11 compatibility in socket code
(4033e6af)
Relaxed peer dependency requirement for
react-refreshto allow0.9.x(747c19ba)
v0.4.2Compare Source
Fixes
Patched loader to use with Node.js global
fetchpolyfills(#193)
Patched default
includeandexcludeoptions to be case-insensitive(#194)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.